home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000284_fdc@sesame.cc.columbia.edu_Thu Sep 18 12:58:39 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  32 lines

  1. Article: 14527 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news-not-for-mail
  3. From: fdc@sesame.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ACCESS macro is not defined
  6. Date: 18 Sep 2003 12:58:30 -0400
  7. Organization: Columbia University
  8. Lines: 15
  9. Message-ID: <bkco7m$c4n$1@sesame.cc.columbia.edu>
  10. References: <Onkab.1048$Y62.342@newssvr22.news.prodigy.com>
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1063904311 26563 128.59.59.56 (18 Sep 2003 16:58:31 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 18 Sep 2003 16:58:31 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14527
  16.  
  17. In article <Onkab.1048$Y62.342@newssvr22.news.prodigy.com>,
  18. Jun Zhang  <nugulus@netscape.net> wrote:
  19. : Trying to use the script called deliver (downloaded from kermit site), I 
  20. : got the title message, but I'm using kermit 8.0.210.
  21. : What is the service name look like as the first argument of the script 
  22. : deliver?
  23. The ACCESS macro will not be defined unless you have a services directory,
  24. filename ~/.ksd.  The services directory is described in the manual.
  25.  
  26. Remember these are sample scripts.  Sometimes they need to be tailored to
  27. your own requirements.  If you don't have a services directory, then you
  28. have to insert the commands necessary to make the connection and log in.
  29.  
  30. - Frank
  31.